feat: Comprehensive Sage AI code review guidelines from last 100 PRs#5898
feat: Comprehensive Sage AI code review guidelines from last 100 PRs#5898simrankaurb wants to merge 2 commits into
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a configuration file to standardize AI-assisted code reviews across the repository. By explicitly linking the AI reviewer to the project's style guide, the change ensures that future contributions maintain high quality and consistency, reflecting the best practices identified from the last 100 merged pull requests. Highlights
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a new SKILL.md file containing code review guidelines for the Cluster Toolkit project. The reviewer noted that the file references a missing .gemini/styleguide.md file, and suggested either including it in the PR or embedding the guidelines directly to avoid broken references.
| generated_by: sage_framework | ||
| --- | ||
|
|
||
| You are an expert AI code reviewer. Please read the guidelines defined in the `.gemini/styleguide.md` file located at the root of the project and strictly enforce them during your code reviews. |
There was a problem hiding this comment.
The file .gemini/styleguide.md referenced here is not included in this pull request. Since the pull request title and description state that this change adds comprehensive code review guidelines extracted from the last 100 merged PRs, please include the .gemini/styleguide.md file in this pull request, or embed the guidelines directly within SKILL.md to avoid broken references.
This PR was generated by the Sage Framework to enforce PR best practices by extracting rules from the last 100 merged PRs.